home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-19 | 7.0 KB | 146 lines | [TEXT/MPS ] |
- //# Copyright: © 1993-94 by Apple Computer, Inc., all rights reserved.
- #ifndef _STDPROPS_
- #define _STDPROPS_
-
- #ifndef _ODTYPES_
- #include "ODTypes.idl"
- #endif
-
- //==============================================================================
- // Theory of Operation
- //==============================================================================
-
- /*
- This file is used to store all the standard properties.
- */
-
- //==============================================================================
- // Constants
- //==============================================================================
-
- #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
- #pragma somemittypes on
- #endif
-
- //# Storage
-
- const ODPropertyName kODPropVersionList = "OpenDoc:Property:DraftList";
- const ODPropertyName kODPropDraftProperties = "OpenDoc:Property:DraftProperties";
- const ODPropertyName kODPropRootPartSU = "OpenDoc:Property:Draft:RootPartStorageUnit";
-
- const ODPropertyName kODPropStorageUnitType = "OpenDoc:Property:StorageUnit:Type";
- const ODPropertyName kODPropStorageUnitName = "OpenDoc:Property:StorageUnitName";
- const ODPropertyName kODPropCurrentSURef = "OpenDoc:Property:StorageUnit:CurrentSURef";
- const ODPropertyName kODPropDocumentName = "OpenDoc:Property:DocumentName";
- const ODPropertyName kODPropDraftName = "OpenDoc:Property:DraftName";
-
- const ODPropertyName kODPropValueProperty = "OpenDoc:Property:Property";
-
- // Persistent Object
-
- const ODPropertyName kODPropName = "OpenDoc:Property:Name";
- const ODPropertyName kODPropComments = "OpenDoc:Property:Comments";
- const ODPropertyName kODPropCreateDate = "OpenDoc:Property:CreationDate";
- const ODPropertyName kODPropModDate = "OpenDoc:Property:ModifiedDate";
- const ODPropertyName kODPropModUser = "OpenDoc:Property:ModifiedUser";
-
- // WindowState
-
- const ODPropertyName kODPropWindowList = "OpenDoc:Property:WindowList";
-
- // Window
-
- const ODPropertyName kODPropWindow = "OpenDoc:Property:Window";
- const ODPropertyName kODPropWindowRect = "OpenDoc:Property:WindowRect";
- const ODPropertyName kODPropWindowTitle = "OpenDoc:Property:WindowTitle";
- const ODPropertyName kODPropWindowProcID = "OpenDoc:Property:WindowProcID";
- const ODPropertyName kODPropWindowIsVisible = "OpenDoc:Property:WindowVisible";
- const ODPropertyName kODPropWindowHasCloseBox = "OpenDoc:Property:WindowHasCloseBox";
- const ODPropertyName kODPropWindowHasZoomBox = "OpenDoc:Property:WindowHasZoomBox";
- const ODPropertyName kODPropWindowIsResizable = "OpenDoc:Property:WindowIsResizable";
- const ODPropertyName kODPropWindowIsRootWindow = "OpenDoc:Property:WindowIsRootWindow";
- const ODPropertyName kODPropWindowIsFloating = "OpenDoc:Property:WindowIsFloating";
- const ODPropertyName kODPropWindowHasMailer = "OpenDoc:Property:WindowHasMailer";
- const ODPropertyName kODPropWindowIsMailerAware = "OpenDoc:Property:WindowIsMailerAware";
- const ODPropertyName kODPropWindowRefCon = "OpenDoc:Property:WindowRefCon";
- const ODPropertyName kODPropRootFrame = "OpenDoc:Property:RootFrame";
- const ODPropertyName kODPropSourceFrame = "OpenDoc:Property:SourceFrame";
- const ODPropertyName kODPropShouldShowLinks = "OpenDoc:Property:ShouldShowLinks";
-
- // Frame
-
- const ODPropertyName kODPropContainingFrame = "OpenDoc:Property:ContainingFrame";
- const ODPropertyName kODPropGraphicsSystem = "OpenDoc:Property:GraphicsSystem";
- const ODPropertyName kODPropFrameShape = "OpenDoc:Property:FrameShape";
- const ODPropertyName kODPropFrameRegion = "OpenDoc:Property:FrameRegion";
- const ODPropertyName kODPropUsedRegion = "OpenDoc:Property:UsedRegion";
- const ODPropertyName kODPropInternalTransform = "OpenDoc:Property:InternalTransform";
- const ODPropertyName kODPropPart = "OpenDoc:Property:Part";
- const ODPropertyName kODPropPartInfo = "OpenDoc:Property:PartInfo";
- const ODPropertyName kODPropViewType = "OpenDoc:Property:ViewType";
- const ODPropertyName kODPropPresentation = "OpenDoc:Property:Presentation";
- const ODPropertyName kODPropFrameGroup = "OpenDoc:Property:FrameGroup";
- const ODPropertyName kODPropIsRoot = "OpenDoc:Property:IsRoot";
- const ODPropertyName kODPropIsSubframe = "OpenDoc:Property:IsSubFrame";
- const ODPropertyName kODPropIsOverlaid = "OpenDoc:Property:IsOverlaid";
- const ODPropertyName kODPropIsFrozen = "OpenDoc:Property:IsFrozen";
- const ODPropertyName kODPropUsesCachedImage = "OpenDoc:Property:UsesCachedImage";
- const ODPropertyName kODPropDoesPropagateEvents = "OpenDoc:Property:DoesPropagateEvents";
-
- // Draft
-
- const ODPropertyName kODPropDraftNumber = "OpenDoc:Property:Draft:Number";
- const ODPropertyName kODPropDraftComment = "OpenDoc:Property:Draft:Comment";
-
- // Link
-
- const ODPropertyName kODPropLink = "OpenDoc:Property:Link";
- const ODPropertyName kODPropLinkSource = "OpenDoc:Property:LinkSource";
- const ODPropertyName kODPropLinkSpec = "OpenDoc:Property:LinkSpec";
- const ODPropertyName kODPropSourcePart = "OpenDoc:Property:SourcePart";
- const ODPropertyName kODPropEditionAlias = "OpenDoc:Property:EditionAlias";
- const ODPropertyName kODPropLinkSection = "OpenDoc:Property:LinkSection";
- const ODPropertyName kODPropLinkContentSU = "OpenDoc:Property:LinkContentSU";
- const ODPropertyName kODPropAutoUpdate = "OpenDoc:Property:AutoUpdate";
- const ODPropertyName kODPropChangeID = "OpenDoc:Property:ChangeID";
- const ODPropertyName kODPropChangeTime = "OpenDoc:Property:ChangeTime";
- const ODPropertyName kODPropOriginalID = "OpenDoc:Property:OriginalID";
- const ODPropertyName kODPropOriginalDraft = "OpenDoc:Property:OriginalDraft";
- const ODPropertyName kODPropOriginalCloneKind = "OpenDoc:Property:OriginalCloneKind";
-
- // Drag&Drop + Clipboard
-
- const ODPropertyName kODPropContents = "OpenDoc:Property:Contents";
- const ODPropertyName kODPropExternalTransform = "OpenDoc:Property:ExternalTransform";
- const ODPropertyName kODPropStandInFrame = "OpenDoc:Property:StandInFrame";
-
- // Document Properties
-
- const ODPropertyName kODPropEditionID = "OpenDoc:Property:Document:EditionID";
- const ODPropertyName kODPropSectionID = "OpenDoc:Property:Document:SectionID";
-
- // Part
- // annotations
-
- const ODPropertyName kODPropIconFamily = "OpenDoc:Property:IconFamily";
- const ODPropertyName kODPropIsStationery = "OpenDoc:Property:IsStationery";
- const ODPropertyName kODPropPreferredEditor = "OpenDoc:Property:PreferredEditor";
- const ODPropertyName kODPropPartsBin = "OpenDoc:Property:PartsBin";
-
- // content
-
- const ODPropertyName kODPropDisplayFrames = "OpenDoc:Property:DisplayFrames";
- const ODPropertyName kODPropEmbeddedFrames = "OpenDoc:Property:EmbeddedFrames";
- const ODPropertyName kODPropPrintingInfo = "OpenDoc:Property:PrintingInfo";
-
- #if defined(__SOMIDL__) && defined(EMIT_GLOBAL_CONSTANTS)
- #pragma somemittypes off
- #endif
-
- module OpenDoc_StdProps
- {
- const string OpenDoc_StdProps_Version = "1.0.";
- };
-
- #endif // _STDPROPS_
-